Commit 5d6f17f1 authored by wei's avatar wei 🎱

供方编号改为supplierNumber

parent cb8b8313
...@@ -36,7 +36,7 @@ public class ProcessPlanEncode implements CustomizeEncode<ExtSupplierManageVO> { ...@@ -36,7 +36,7 @@ public class ProcessPlanEncode implements CustomizeEncode<ExtSupplierManageVO> {
if (CollectionUtils.isEmpty(allList)) { if (CollectionUtils.isEmpty(allList)) {
code = "G-1-" + currentYear; code = "G-1-" + currentYear;
} else { } else {
String number = allList.get(0).getNumber(); String number = allList.get(0).getSupplierNumber();
String[] split = number.split("-"); String[] split = number.split("-");
if (split.length > 2) { if (split.length > 2) {
int seq = Integer.parseInt(split[1]) + 1;//每次加1 int seq = Integer.parseInt(split[1]) + 1;//每次加1
......
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