|
|
@@ -81,11 +81,11 @@ public class QualityInspectionServiceImpl implements QualityInspectionService {
|
|
81
|
81
|
// // 生成质检报告单(检验类别+检验日期(yyyyMMdd)+4位顺序号组成)
|
|
82
|
82
|
private synchronized String GetZjbgdh(BusinessQcQualityInspection saveParam) {
|
|
83
|
83
|
// 查询最后一个顺序号
|
|
84
|
|
- Map<String, Object> map = new HashMap<>();
|
|
85
|
|
- map.put("orgId", saveParam.getOrgId());
|
|
86
|
|
- map.put("basicStorehouseId", saveParam.getBasicStorehouseId());
|
|
87
|
|
- map.put("warehouseId", saveParam.getWarehouseId());
|
|
88
|
|
- String xh = qualityInspectionMapper.selectOnly(map);
|
|
|
84
|
+// Map<String, Object> map = new HashMap<>();
|
|
|
85
|
+// map.put("orgId", saveParam.getOrgId());
|
|
|
86
|
+// map.put("basicStorehouseId", saveParam.getBasicStorehouseId());
|
|
|
87
|
+// map.put("warehouseId", saveParam.getWarehouseId());
|
|
|
88
|
+ String xh = qualityInspectionMapper.selectOnly();
|
|
89
|
89
|
// 初始化
|
|
90
|
90
|
int num = 1;
|
|
91
|
91
|
if (!StringUtils.isEmpty(xh)) {
|