Commit ac376054 by hzc

Merge remote-tracking branch 'origin/hy-tobacco' into hy-tobacco

parents 1df52400 243a7f7a
......@@ -517,7 +517,7 @@ public class DataEnterCtrl {
ExcelObj obj, boolean hasSameTerm, List<String> data) {
for (TaskIndValue value : values) {
if (indicator.getIndId().equals(value.getIndId()) &&
obj.getObjType().equals(value.getObjType())&&
// obj.getObjType().equals(value.getObjType())&&
obj.getObjId().equals(value.getObjId())) {
if (StringUtils.isNotBlank(value.getIndValue())) {
data.add(value.getIndValue());
......
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