@@ -44,6 +44,8 @@ public class D10021Service extends D10021BaseModel implements ExecProcessFlow {
+
DAccidentMapper accidentMapper = UtilTools.getBean(DAccidentMapper.class);
DAccident accident =accidentMapper.selectByPrimaryKey(aid);
if(accident ==null) {
@@ -25,7 +25,7 @@ public class D10025Service extends D10025BaseModel implements ExecProcessFlow {
if(gb==null){
throw new BusinessException("EB3100023");
}
- blastAreaMapper.deleteByExample(gbid);
+ blastAreaMapper.deleteByPrimaryKey(gbid);
/**