|
|
@ -20,6 +20,7 @@ import cn.estsh.i3plus.pojo.base.tool.HqlPack;
|
|
|
|
import cn.estsh.impp.framework.boot.auth.AuthUtil;
|
|
|
|
import cn.estsh.impp.framework.boot.auth.AuthUtil;
|
|
|
|
import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder;
|
|
|
|
import cn.estsh.impp.framework.boot.exception.ImppExceptionBuilder;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
|
|
|
import org.springframework.stereotype.Service;
|
|
|
|
import org.springframework.util.CollectionUtils;
|
|
|
|
import org.springframework.util.CollectionUtils;
|
|
|
|
|
|
|
|
|
|
|
|
import java.util.List;
|
|
|
|
import java.util.List;
|
|
|
@ -32,6 +33,7 @@ import java.util.stream.Collectors;
|
|
|
|
* @USER: xinwang.yi
|
|
|
|
* @USER: xinwang.yi
|
|
|
|
* @DATE: 2023-11-13 11:53
|
|
|
|
* @DATE: 2023-11-13 11:53
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
@Service
|
|
|
|
public class JxMesRepairJudgeTypeService implements IJxRepairJudgeTypeService {
|
|
|
|
public class JxMesRepairJudgeTypeService implements IJxRepairJudgeTypeService {
|
|
|
|
|
|
|
|
|
|
|
|
@Autowired
|
|
|
|
@Autowired
|
|
|
|