cff3e22a 康伟

kangwei: 修改药剂结算,税率不显示问题,

          修改药剂审核导出,药剂入库导出问题
1 个父辈 40988243
...@@ -62,6 +62,7 @@ public class SparepartSettlementVO { ...@@ -62,6 +62,7 @@ public class SparepartSettlementVO {
62 this.specification = specification; 62 this.specification = specification;
63 this.goodOrigin = goodOrigin; 63 this.goodOrigin = goodOrigin;
64 this.goodBrand = goodBrand; 64 this.goodBrand = goodBrand;
65 this.departName = departName;
65 } 66 }
66 67
67 public void addErpSettlementItem(ErpSettlementItemVO settlementItem){ 68 public void addErpSettlementItem(ErpSettlementItemVO settlementItem){
......
...@@ -26,7 +26,6 @@ public class SysConfigServiceImpl extends ServiceImpl<SysConfigMapper, SysConfig ...@@ -26,7 +26,6 @@ public class SysConfigServiceImpl extends ServiceImpl<SysConfigMapper, SysConfig
26 if( valueList != null && !valueList.isEmpty()){ 26 if( valueList != null && !valueList.isEmpty()){
27 value = valueList.get(0); 27 value = valueList.get(0);
28 } 28 }
29
30 return value; 29 return value;
31 } 30 }
32 31
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!