修改表
continuous-integration/drone/push Build is passing Details

畅捷通同步方案更新
YXY 11 months ago
parent d4e64bdf16
commit de5a0c055b

@ -19,10 +19,7 @@ import com.ruoyi.flyingbook.domain.cjt.LarkCJTResponseBody;
import com.ruoyi.flyingbook.domain.edi.CJTEdiCallbackRequestVo; import com.ruoyi.flyingbook.domain.edi.CJTEdiCallbackRequestVo;
import com.ruoyi.flyingbook.domain.lark.LarkTableRequest; import com.ruoyi.flyingbook.domain.lark.LarkTableRequest;
import com.ruoyi.flyingbook.helper.LarkOkHttpHelper; import com.ruoyi.flyingbook.helper.LarkOkHttpHelper;
import com.ruoyi.flyingbook.mapper.ErpLarkRelationMapper; import com.ruoyi.flyingbook.mapper.*;
import com.ruoyi.flyingbook.mapper.ErpLarkTempRelationMapper;
import com.ruoyi.flyingbook.mapper.LarkCompanyRelationMapper;
import com.ruoyi.flyingbook.mapper.LarkTableRelationMapper;
import lombok.extern.slf4j.Slf4j; import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.collections4.CollectionUtils;
import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Autowired;
@ -54,7 +51,7 @@ public abstract class CJTOperateCallBackAbstract {
@Autowired @Autowired
private LarkTableHelper larkTableHelper; private LarkTableHelper larkTableHelper;
@Autowired @Autowired
protected ErpLarkRelationMapper erpLarkRelationMapper; protected ErpLarkRelationMainMapper erpLarkRelationMapper;
@Autowired @Autowired
protected ErpLarkTempRelationMapper erpLarkTempRelationMapper; protected ErpLarkTempRelationMapper erpLarkTempRelationMapper;
@Value("${lark.robot.group}") @Value("${lark.robot.group}")

Loading…
Cancel
Save