Commit 3b597a91 authored by liuzeheng's avatar liuzeheng

备注调整

parent e62221b7
......@@ -204,11 +204,11 @@ public class BoxLadingBillServiceImpl extends AbstractService<BoxLadingBillMappe
}
//备注后面加电放,2024-05-28 添加注释
if (issueType == 1) {
remarks.append("\r\n").append("正本");
} else if (issueType == 2) {
remarks.append("\r\n").append("电放");
}
// if (issueType == 1) {
// remarks.append("\r\n").append("正本");
// } else if (issueType == 2) {
// remarks.append("\r\n").append("电放");
// }
headMap.put("remark", remarks.toString());
int lan = I18nMessage.getLang();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment