|
@@ -21,6 +21,7 @@ import com.gree.mall.manager.plus.service.*;
|
|
|
import com.gree.mall.manager.utils.StringUtil;
|
|
|
import com.gree.mall.manager.zfire.bean.ZfireParamBean;
|
|
|
import com.gree.mall.manager.zfire.util.FieldUtils;
|
|
|
+import lombok.extern.log4j.Log4j;
|
|
|
import org.apache.commons.lang3.StringUtils;
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.remoting.RemoteAccessException;
|
|
@@ -37,6 +38,7 @@ import java.util.Date;
|
|
|
import java.util.List;
|
|
|
|
|
|
@Service
|
|
|
+@Log4j
|
|
|
public class PolicyOrderLogic {
|
|
|
|
|
|
|
|
@@ -176,6 +178,8 @@ public class PolicyOrderLogic {
|
|
|
.one();
|
|
|
|
|
|
|
|
|
+ log.info("打印导入数据:"+row.toString());
|
|
|
+
|
|
|
if (websitUser==null)
|
|
|
throw new RemoteServiceException(errPrefix + "未找到该师傅");
|
|
|
|