...
|
...
|
@@ -392,9 +392,12 @@ public class ArriveMasterServiceImpl implements ArriveMasterService { |
|
|
* </configuration>
|
|
|
*/
|
|
|
|
|
|
int i1 = arrivedmasterMapper.updateDelStatusByPrimaryKey(masters);
|
|
|
int i2 = arrivedsecondaryMapper.updateDelStatusByPrimaryKey(subs);
|
|
|
|
|
|
if (!masters.isEmpty()){
|
|
|
int i1 = arrivedmasterMapper.updateDelStatusByPrimaryKey(masters);
|
|
|
}
|
|
|
if (!subs.isEmpty()){
|
|
|
int i2 = arrivedsecondaryMapper.updateDelStatusByPrimaryKey(subs);
|
|
|
}
|
|
|
return true;
|
|
|
}
|
|
|
} |
...
|
...
|
|