This commit is contained in:
zhaokaiyao@91isoft.com
2021-09-04 22:32:14 +08:00
parent 75ef2d52bc
commit cee53b3df0
@@ -221,6 +221,8 @@ public class ScheduledJob {
if (item!=null){
//此标准代替的标准的标准号的数组
String DTBJHStr = item.get("DTBJH").toString();
//数据格式: (GB 123-2000,GB 4233434-2021,GB 423423423-2021)
if (!DTBJHStr.equals("")){
String[] DTBJHArray = DTBJHStr.split(",");
for (String DTBJH : DTBJHArray) {