|
@@ -20,6 +20,7 @@ import com.rongwei.rwcommon.base.exception.CustomException;
|
|
|
import com.rongwei.rwcommon.vo.generalsql.GeneralUpdateVo;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.stereotype.Service;
|
|
|
+import org.springframework.transaction.annotation.Transactional;
|
|
|
|
|
|
import java.util.*;
|
|
|
import java.util.stream.Collectors;
|
|
@@ -66,6 +67,7 @@ public class ZhcxLowaltitudeDebtfreeCheckServiceImpl extends ServiceImpl<ZhcxLow
|
|
|
* @param req
|
|
|
*/
|
|
|
@Override
|
|
|
+ @Transactional
|
|
|
public void addHoistingPlanDate(AddHoistingPlanDateRequest req) {
|
|
|
final ZhcxProjectManageDo project = projectManageService.getById(req.getProjectId());
|
|
|
|