czt
2026-02-09 ed06303a918ac8b1c7492652c24aed477e53fd8a
fzzy-igdss-core/src/main/java/com/fzzy/igds/service/InoutRecordService.java
@@ -347,7 +347,7 @@
     */
    public String checkRemarks(InoutRecord updateData, InoutRecord record) {
        String remarks = "[" + ContextUtil.getLoginUserName() + "]修改数据:";
        String remarks = "【" + ContextUtil.getLoginUserName() + "】于["+DateFormatUtils.format(new Date(),"yyyy-MM-dd HH:mm:ss")+"]修改数据:";
        boolean updateTag = false;
        //校验仓库信息
@@ -733,7 +733,7 @@
        htmlStr = htmlStr.replace("impurity", bill.getImpurity() + "");
        htmlStr = htmlStr.replace("checkStatus", bill.getCheckStatus());
        htmlStr = htmlStr.replace("remark", bill.getRemark());
        htmlStr = htmlStr.replace("remark", "");
        htmlStr = htmlStr.replace("moneyName", bill.getMoneyName());
        htmlStr = htmlStr.replace("unitName", bill.getUnitName());
@@ -796,7 +796,7 @@
                new DecimalFormat("0.00").format(bill.getNetWeight()));
        htmlStr = htmlStr.replace("dePackage",
                new DecimalFormat("0.00").format(bill.getDePackage()));
        htmlStr = htmlStr.replace("remark", bill.getRemark());
        htmlStr = htmlStr.replace("remark", "");
        htmlStr = htmlStr.replace("settleWeight",
                new DecimalFormat("0.00").format(bill.getSettleWeight()));