zelong.shao

customer|sql调整

...@@ -40,8 +40,8 @@ business_field_31008=upload file type ...@@ -40,8 +40,8 @@ business_field_31008=upload file type
40 business_exception_30001={0}必填字段未填写 40 business_exception_30001={0}必填字段未填写
41 business_exception_30002=单次最多可查询1000个运单号码 41 business_exception_30002=单次最多可查询1000个运单号码
42 business_exception_30003={0}不正确,请重新输入 42 business_exception_30003={0}不正确,请重新输入
43 -business_exception_30004=The waybill you entered is generated by another user, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. 43 +business_exception_30004=The waybill you entered is generated by another user, whether continue uploading?
44 -business_exception_30005=The waybill you entered is generated by another account, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. 44 +business_exception_30005=The waybill you entered is generated by another account, whether continue uploading?
45 business_exception_30006=附件未上传 45 business_exception_30006=附件未上传
46 business_exception_30007=所有上传文件数量不超过{0}个文件 46 business_exception_30007=所有上传文件数量不超过{0}个文件
47 business_exception_30008=所有上传文件总大小不超过{0}M 47 business_exception_30008=所有上传文件总大小不超过{0}M
......
...@@ -40,8 +40,8 @@ business_field_31008=upload file type ...@@ -40,8 +40,8 @@ business_field_31008=upload file type
40 business_exception_30001={0}必填字段未填写 40 business_exception_30001={0}必填字段未填写
41 business_exception_30002=单次最多可查询1000个运单号码 41 business_exception_30002=单次最多可查询1000个运单号码
42 business_exception_30003={0}不正确,请重新输入 42 business_exception_30003={0}不正确,请重新输入
43 -business_exception_30004=The waybill you entered is generated by another user, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. 43 +business_exception_30004=The waybill you entered is generated by another user, whether continue uploading?
44 -business_exception_30005=The waybill you entered is generated by another account, whether continue uploading? Confirm, Cancel. No more prompts in the future for the same situation. 44 +business_exception_30005=The waybill you entered is generated by another account, whether continue uploading?
45 business_exception_30006=附件未上传 45 business_exception_30006=附件未上传
46 business_exception_30007=所有上传文件数量不超过{0}个文件 46 business_exception_30007=所有上传文件数量不超过{0}个文件
47 business_exception_30008=所有上传文件总大小不超过{0}M 47 business_exception_30008=所有上传文件总大小不超过{0}M
......
...@@ -302,8 +302,8 @@ ...@@ -302,8 +302,8 @@
302 <if test="consignmentCode != null"> 302 <if test="consignmentCode != null">
303 CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR}, 303 CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
304 </if> 304 </if>
305 - <if test="cceFlag != null"> 305 + <if test="ceFlag != null">
306 - CE_FLAG = #{cceFlag,jdbcType=NUMERIC}, 306 + CE_FLAG = #{ceFlag,jdbcType=NUMERIC},
307 </if> 307 </if>
308 </set> 308 </set>
309 where ID = #{id,jdbcType=NUMERIC} 309 where ID = #{id,jdbcType=NUMERIC}
......