| | |
| | | import com.moral.constant.Constants; |
| | | import com.moral.constant.ResponseCodeEnum; |
| | | import com.moral.util.*; |
| | | |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.apache.commons.collections4.CollectionUtils; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | |
| | | |
| | | @Autowired |
| | | private ResponsibilityUnitMapper responsibilityUnitMapper; |
| | | |
| | | @Autowired |
| | | private ResponsibilityUnitService responsibilityUnitService; |
| | | |
| | | |
| | | @Value("${AES.KEY}") |
| | |
| | | */ |
| | | @Override |
| | | @Async |
| | | public void pushOneUser(AppAllocationPushUserCond appAllocationPushUserCond) { |
| | | public void pushOneUser(Allocation appAllocationPushUserCond) { |
| | | |
| | | ResponsibilityUnit responsibilityUnit = responsibilityUnitMapper.selectById(appAllocationPushUserCond.getUnitId()); |
| | | Integer areaCode = responsibilityUnit.getAreaCode(); |