[新增] 流程批量保存

This commit is contained in:
bupengxiang
2023-05-11 11:17:13 +08:00
parent a45fbd6242
commit d9778cb8e6
10 changed files with 128 additions and 15 deletions
@@ -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);