...
|
...
|
@@ -210,8 +210,11 @@ public class PREPARMASTERServiceImpl implements PREPARMASTERService { |
|
|
* </configuration>
|
|
|
*/
|
|
|
|
|
|
int i1 = preparemasterMapper.updateDelStatusByPrimaryKey(preMasters);
|
|
|
int i2 = preparesecondaryMapper.updateDelStatusByPrimaryKey(preSubs);
|
|
|
if (!preMasters.isEmpty()) {
|
|
|
int i1 = preparemasterMapper.updateDelStatusByPrimaryKey(preMasters);
|
|
|
}else if (!preSubs.isEmpty()) {
|
|
|
int i2 = preparesecondaryMapper.updateDelStatusByPrimaryKey(preSubs);
|
|
|
}
|
|
|
|
|
|
return true;
|
|
|
}
|
...
|
...
|
|