zelong.shao

customer|sql调整

......@@ -40,8 +40,8 @@ business_field_31008=upload file type
business_exception_30001={0}必填字段未填写
business_exception_30002=单次最多可查询1000个运单号码
business_exception_30003={0}不正确,请重新输入
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.
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.
business_exception_30004=The waybill you entered is generated by another user, whether continue uploading?
business_exception_30005=The waybill you entered is generated by another account, whether continue uploading?
business_exception_30006=附件未上传
business_exception_30007=所有上传文件数量不超过{0}个文件
business_exception_30008=所有上传文件总大小不超过{0}M
......
......@@ -40,8 +40,8 @@ business_field_31008=upload file type
business_exception_30001={0}必填字段未填写
business_exception_30002=单次最多可查询1000个运单号码
business_exception_30003={0}不正确,请重新输入
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.
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.
business_exception_30004=The waybill you entered is generated by another user, whether continue uploading?
business_exception_30005=The waybill you entered is generated by another account, whether continue uploading?
business_exception_30006=附件未上传
business_exception_30007=所有上传文件数量不超过{0}个文件
business_exception_30008=所有上传文件总大小不超过{0}M
......
......@@ -302,8 +302,8 @@
<if test="consignmentCode != null">
CONSIGNMENT_CODE = #{consignmentCode,jdbcType=VARCHAR},
</if>
<if test="cceFlag != null">
CE_FLAG = #{cceFlag,jdbcType=NUMERIC},
<if test="ceFlag != null">
CE_FLAG = #{ceFlag,jdbcType=NUMERIC},
</if>
</set>
where ID = #{id,jdbcType=NUMERIC}
......