Commit 8f653dad authored by 史志龙's avatar 史志龙

Merge branch 'dev-szl' into 'dev'

道岔使用情况检查导入逻辑更新 -shizhilong

See merge request !50
parents c063a4bb 9231f222
......@@ -536,7 +536,7 @@ public class RecordsMasterCheckController extends JeecgController<RecordsMasterC
String ten = "";
ten = rowRecords.get(i).get(10).toString().trim();
if (ObjectUtil.isNotEmpty(ten)) {
model.setNumTen(two);
model.setNumTen(ten);
}
String tenOne = "";
tenOne = rowRecords.get(i).get(11).toString().trim();
......
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