Commit b928e237 by yangyang

知道人员提交(海南)

parent e4d80140
......@@ -164,13 +164,13 @@ public class TbStAsjServiceImpl implements TbStAsjService {
tbYwRybz.setSsdw("46");
if(org.apache.commons.lang.StringUtils.isNotEmpty(tbYwRybz.getRybqYjfx())){
/*if(org.apache.commons.lang.StringUtils.isNotEmpty(tbYwRybz.getRybqYjfx())){
if("qt".equals(tbYwRybz.getRybqYjfx())){
tbYwRybz.setZdyCodeTxt(null);
}else {
tbYwRybz.setRybqYjfx(null);
}
}
}*/
//人员标签入参整理
List<String> rybqList = new ArrayList<>();
//if (StringUtils.isNotEmpty(tbYwRybz.getRybq())) {
......@@ -221,7 +221,6 @@ public class TbStAsjServiceImpl implements TbStAsjService {
}
private List<String> getBqMap(int flag, Object code) {
System.out.println("code是" + code.toString());
//flag five-5分标签,ten-10分标签
List<String> fiveList = new ArrayList<>();
List<String> tenList = new ArrayList<>();
......
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