|
|
@@ -22,6 +22,7 @@ import com.goafanti.common.constant.AFTConstants;
|
|
|
import com.goafanti.common.constant.ErrorConstants;
|
|
|
import com.goafanti.common.dao.AdminMapper;
|
|
|
import com.goafanti.common.dao.ContractMapper;
|
|
|
+import com.goafanti.common.dao.ContractTaskMapper;
|
|
|
import com.goafanti.common.dao.NoticeMapper;
|
|
|
import com.goafanti.common.dao.OrganizationManagementMapper;
|
|
|
import com.goafanti.common.dao.TOrderBillMapper;
|
|
|
@@ -94,6 +95,8 @@ public class OrderServiceImpl extends BaseMybatisDao<TOrderMapper> implements Or
|
|
|
private OrganizationManagementMapper organizationManagementMapper;
|
|
|
@Autowired
|
|
|
private ContractMapper contractMapper;
|
|
|
+ @Autowired
|
|
|
+ private ContractTaskMapper contractTaskMapper;
|
|
|
@Autowired
|
|
|
private TOrderChangeMapper tOrderChangeMapper;
|
|
|
@Autowired
|