记得上下班打卡 | git大法好,push需谨慎

Commit ce0f09fa authored by wangyifan's avatar wangyifan

doudou二期需求- 中签文件上传接口修改

parent d5b7dd47
......@@ -288,12 +288,11 @@ public class SweetDoudouServiceImpl extends ServiceImpl<SweetDoudouMapper, Sweet
SweetDouDouVo vo = SweetDouDouVo.getNew();
vo.setDoudouId(getStringValue(row.getCell(0)));
vo.setUserId(getStringValue(row.getCell(1)));
vo.setUsername(getStringValue(row.getCell(2)));
vo.setPhone(getStringValue(row.getCell(3)));
vo.setActiveId(getStringValue(row.getCell(4)));
vo.setActiveId(getStringValue(row.getCell(2)));
vo.setUsername(getStringValue(row.getCell(3)));
vo.setPhone(getStringValue(row.getCell(4)));
vo.setImgUrl(getStringValue(row.getCell(5)));
vo.setMark(getStringValue(row.getCell(6)));
String cell7 = getStringValue(row.getCell(7));
String cell7 = getStringValue(row.getCell(6));
vo.setStatus(cell7.equals("1") ? 3 : 2);
sweetDouDouVos.add(vo);
......
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