Commit 562bc907 by liulianglang

比对状态

parent 7f3c647b
...@@ -88,6 +88,7 @@ public class BjHcController { ...@@ -88,6 +88,7 @@ public class BjHcController {
if (StringUtils.isEmpty(rxhcrw.getBase64Img()) && rxhcrw.getFile() == null){ if (StringUtils.isEmpty(rxhcrw.getBase64Img()) && rxhcrw.getFile() == null){
return R.error("图片不能为空"); return R.error("图片不能为空");
} }
rxhcrw.setRwzt("1");
tbStAppRxhcrwService.saveRxbdTask(rxhcrw); tbStAppRxhcrwService.saveRxbdTask(rxhcrw);
return R.ok().data("taskId", rxhcrw.getTaskId()); return R.ok().data("taskId", rxhcrw.getTaskId());
} catch (Exception e){ } catch (Exception e){
......
...@@ -59,7 +59,7 @@ public class TbStAppRxhcrwServiceImpl extends ServiceImpl<TbStAppRxhcrwMapper, T ...@@ -59,7 +59,7 @@ public class TbStAppRxhcrwServiceImpl extends ServiceImpl<TbStAppRxhcrwMapper, T
rxhcrw.setZpDzwjwz(dzwjwz); rxhcrw.setZpDzwjwz(dzwjwz);
rxhcrw.setZpDzwjmc(fileName); rxhcrw.setZpDzwjmc(fileName);
rxhcrw.setZpDzwjgs(suffix); rxhcrw.setZpDzwjgs(suffix);
rxhcrw.setRwzt("0"); rxhcrw.setRwzt("1");
this.saveOrUpdate(rxhcrw); this.saveOrUpdate(rxhcrw);
} }
} }
......
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