Commit a77e61d1 by liuyang

2024-08-06 修复选择采购收货bug

parent c6c18e49
...@@ -585,7 +585,7 @@ public class HGCGTools { ...@@ -585,7 +585,7 @@ public class HGCGTools {
Map<String, Object> paramMap = new HashMap<>(); Map<String, Object> paramMap = new HashMap<>();
paramMap.put("receiveNo", receiveNo); paramMap.put("receiveNo", receiveNo);
paramMap.put("isInvoicing", isInvoicing); paramMap.put("isInvoicing", isInvoicing);
DaoUtils.update(HGSqlConstant.HgCw003A.UPDATE_IS_INVOICING, paramMap); DaoUtils.update(HGSqlConstant.HgCg003A.UPDATE_IS_INVOICING, paramMap);
} }
/** /**
......
...@@ -103,11 +103,11 @@ public class HGSqlConstant { ...@@ -103,11 +103,11 @@ public class HGSqlConstant {
public static final String UPDATE_CONFIRM = MODULE_NAME + "updateConfirm"; public static final String UPDATE_CONFIRM = MODULE_NAME + "updateConfirm";
} }
public class HgCw003A { public class HgCg003A {
/** /**
* 模块名称:HGCW003A * 模块名称:HGCW003A
*/ */
private static final String MODULE_NAME = "HGCW003A."; private static final String MODULE_NAME = "HGCG003A.";
public static final String UPDATE_IS_INVOICING = MODULE_NAME + "updateIsInvoicing"; public static final String UPDATE_IS_INVOICING = MODULE_NAME + "updateIsInvoicing";
} }
......
...@@ -278,7 +278,7 @@ public class ServiceHGCW012 extends ServiceBase { ...@@ -278,7 +278,7 @@ public class ServiceHGCW012 extends ServiceBase {
} }
catch (Exception e) { catch (Exception e) {
LogUtils.setMsg(inInfo, e, "生成收款单失败"); LogUtils.setMsg(inInfo, e, "生成采购收票失败");
} }
return inInfo; return inInfo;
} }
...@@ -375,7 +375,7 @@ public class ServiceHGCW012 extends ServiceBase { ...@@ -375,7 +375,7 @@ public class ServiceHGCW012 extends ServiceBase {
} }
catch (Exception e) { catch (Exception e) {
LogUtils.setMsg(inInfo, e, "生成收款单失败"); LogUtils.setMsg(inInfo, e, "生成采购收票失败");
} }
return inInfo; return inInfo;
} }
...@@ -473,7 +473,7 @@ public class ServiceHGCW012 extends ServiceBase { ...@@ -473,7 +473,7 @@ public class ServiceHGCW012 extends ServiceBase {
} }
catch (Exception e) { catch (Exception e) {
LogUtils.setMsg(inInfo, e, "生成收款单失败"); LogUtils.setMsg(inInfo, e, "生成采购收票失败");
} }
return inInfo; return inInfo;
} }
......
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