Commit 6844c606 authored by fangxinjiang's avatar fangxinjiang

BUG 优化

parent 5adc21b6
...@@ -438,7 +438,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM ...@@ -438,7 +438,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM
alert.setHandleStatus(CommonConstants.ZERO_STRING); alert.setHandleStatus(CommonConstants.ZERO_STRING);
alertMap.put(alert.getEmpIdcard()+CommonConstants.DOWN_LINE_STRING+alert.getProjectNo(),alert); alertMap.put(alert.getEmpIdcard()+CommonConstants.DOWN_LINE_STRING+alert.getProjectNo(),alert);
} }
@Transactional(value = "empContractAlertManager" ,rollbackFor = {Exception.class}) @Transactional(rollbackFor = {Exception.class})
@Override @Override
public boolean changeFeedBackAll(ChangeFeedBackAllVo changeFeedBackAllVo) { public boolean changeFeedBackAll(ChangeFeedBackAllVo changeFeedBackAllVo) {
YifuUser user = SecurityUtils.getUser(); YifuUser user = SecurityUtils.getUser();
...@@ -474,7 +474,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM ...@@ -474,7 +474,7 @@ public class TEmpContractAlertServiceImpl extends ServiceImpl<TEmpContractAlertM
* @Author: hgw * @Author: hgw
* @Date: 2023/7/17 9:47 * @Date: 2023/7/17 9:47
**/ **/
@Transactional(value = "empContractAlertManager-batchUpdate" ,rollbackFor = {Exception.class}) @Transactional(rollbackFor = {Exception.class})
@Override @Override
public R<List<EmpContractAlertUpdateVO>> batchUpdate(InputStream inputStream) { public R<List<EmpContractAlertUpdateVO>> batchUpdate(InputStream inputStream) {
List<EmpContractAlertUpdateVO> errorMessageList = new ArrayList<>(); List<EmpContractAlertUpdateVO> errorMessageList = new ArrayList<>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment