修改查询责任部门接口
This commit is contained in:
+3
@@ -710,6 +710,9 @@ public class AuthDummyInventoryInfoEOServiceImpl extends ServiceImpl<AuthDummyIn
|
||||
if(StringUtils.isNotEmpty(authDummyInventoryInfoEO.getDutyTerritory())){
|
||||
updateAuthDummyEO.setDutyTerritory(authDummyInventoryInfoEO.getDutyTerritory());
|
||||
}
|
||||
if(StringUtils.isNotEmpty(authDummyInventoryInfoEO.getDutyDepart())){
|
||||
updateAuthDummyEO.setDutyDepart(authDummyInventoryInfoEO.getDutyDepart());
|
||||
}
|
||||
if(StringUtils.isNotEmpty(authDummyInventoryInfoEO.getDeliverable())){
|
||||
updateAuthDummyEO.setDeliverable(authDummyInventoryInfoEO.getDeliverable());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user