Commit 54f3856c authored by 罗贤顺's avatar 罗贤顺

修改接口

parent d622f69c
......@@ -320,10 +320,6 @@ public class TProcessesBlastdesignHoleServiceImpl extends ServiceImpl<TProcesses
//增加一条爆破工序
TProcessesBlastQuery tProcessesBlastQuery = new TProcessesBlastQuery();
if (tProcessesBlastQuery.getUid().equals(hole.getUid())){
log.error("炮孔设计中->增加一条爆破工序失败:" + JSON.toJSONString(hole.getUid()));
return R.failed("炮孔设计中->增加失败:该爆破工序已存在!");
}
tProcessesBlastQuery.setUid(hole.getUid());
//tProcessesBlastQuery.setTag(DateUtil.timeToStr(LocalDateTime.now(), DateUtil.FORMAT_TO_SECOND));
R r2 = itProcessesBlastService.insertTProcessesBlast(tProcessesBlastQuery);
......
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