|
|
@@ -1251,7 +1251,7 @@
|
|
1251
|
1251
|
<if test="delFlag != null">
|
|
1252
|
1252
|
AND house.del_flag = #{delFlag}
|
|
1253
|
1253
|
</if>
|
|
1254
|
|
- order by house.storehouse_id asc
|
|
|
1254
|
+ order by CONVERT(house.storehouse_code, SIGNED) asc
|
|
1255
|
1255
|
</select>
|
|
1256
|
1256
|
<!-- 更新单位表仓房数、油罐数、有效仓容、有效罐容 -->
|
|
1257
|
1257
|
<update id="editOrgCfAndHwNum" parameterType="java.util.Map" >
|