|
|
@@ -47,7 +47,6 @@ public class LegalAffairsServiceImpl extends BaseMybatisDao<TOrderMidMapper> imp
|
|
|
tm.setOrderNo(orderNo);
|
|
|
tm.setLegalAffairs(1);
|
|
|
tm.setLegalAffairsType(0);
|
|
|
- tm.setOperationTime(new Date());
|
|
|
return tOrderMidMapper.updateByOrderNo(tm);
|
|
|
}
|
|
|
|
|
|
@@ -86,6 +85,7 @@ public class LegalAffairsServiceImpl extends BaseMybatisDao<TOrderMidMapper> imp
|
|
|
map.put("type", in.getType());
|
|
|
}else{
|
|
|
if(in.getAid()!=null) map.put("aid", in.getAid());
|
|
|
+ if (in.getStatus()!=null) map.put("status",in.getStatus());
|
|
|
map.put("type", in.getType());
|
|
|
}
|
|
|
if(in.getDepId()!=null) map.put("depId", in.getDepId());
|