[新增] 流程批量保存
This commit is contained in:
-1
@@ -71,7 +71,6 @@ public class IpowerApplyActServiceImpl extends ServiceImpl<PowerApplyActDao, Pow
|
||||
*/
|
||||
public void saveOrUpdateSingle(PowerApplyAct powerApplyAct) {
|
||||
if (StringUtils.isEmpty(powerApplyAct.getId())) {
|
||||
// powerApplyAct.setId(UUID.randomUUID().toString().replaceAll("-",""));
|
||||
baseMapper.insert(powerApplyAct);
|
||||
} else {
|
||||
baseMapper.updateById(powerApplyAct);
|
||||
|
||||
Reference in New Issue
Block a user