main
黄海 1 year ago
parent 73bb1a3504
commit 3661db4db2

@ -333,7 +333,7 @@ public class ZbdcModel {
if (_map.containsKey(record.getInt("templet_id"))) {
record.set("xysl", _map.get(record.getInt("templet_id")));
} else {
record.set("xysl", 0);
record.set("xysl", "");
}
}
//再做一下处理,类型四合一,必配+选配返回1或0

Loading…
Cancel
Save