refactor(ic): 重构 HttpPostOtherSys 工具类
- 将 HttpPostOtherSysImpl 和 IHttpPostOtherSys 接口移动到新的包结构中 - 更新相关引用以使用新的包路径- 删除冗余代码并优化代码结构
This commit is contained in:
		
							parent
							
								
									10e7dcacd3
								
							
						
					
					
						commit
						79c636b5f6
					
				|  | @ -3,7 +3,6 @@ package nc.bs.ic.m4c.sign.rule; | |||
| import com.alibaba.fastjson.JSONArray; | ||||
| import com.alibaba.fastjson.JSONObject; | ||||
| import com.yonyou.cloud.utils.StringUtils; | ||||
| import nc.IHttpPostOtherSys; | ||||
| import nc.bs.framework.common.NCLocator; | ||||
| import nc.bs.logging.Log; | ||||
| import nc.impl.pubapp.pattern.rule.IRule; | ||||
|  | @ -12,6 +11,8 @@ import nc.vo.ic.m4c.entity.SaleOutHeadVO; | |||
| import nc.vo.ic.m4c.entity.SaleOutVO; | ||||
| import nc.vo.pub.BusinessException; | ||||
| import nc.vo.pub.lang.UFDate; | ||||
| import nccloud.pubift.commen.impl.utils.HttpPostOtherSysImpl; | ||||
| import nccloud.pubift.commen.itf.utils.IHttpPostOtherSys; | ||||
| 
 | ||||
| import java.text.SimpleDateFormat; | ||||
| 
 | ||||
|  |  | |||
|  | @ -3,7 +3,6 @@ package nc.bs.ic.m4r.approve.rule; | |||
| import com.alibaba.fastjson.JSONArray; | ||||
| import com.alibaba.fastjson.JSONObject; | ||||
| import com.yonyou.cloud.utils.StringUtils; | ||||
| import nc.IHttpPostOtherSys; | ||||
| import nc.bs.framework.common.NCLocator; | ||||
| import nc.bs.logging.Log; | ||||
| import nc.impl.pubapp.pattern.rule.IRule; | ||||
|  | @ -13,6 +12,8 @@ import nc.vo.ic.m4r.entity.InvCountBodyVO; | |||
| import nc.vo.pub.BusinessException; | ||||
| import nc.vo.pub.lang.UFDate; | ||||
| import nc.vo.pub.lang.UFDouble; | ||||
| import nccloud.pubift.commen.impl.utils.HttpPostOtherSysImpl; | ||||
| import nccloud.pubift.commen.itf.utils.IHttpPostOtherSys; | ||||
| 
 | ||||
| import java.text.SimpleDateFormat; | ||||
| 
 | ||||
|  | @ -36,7 +37,6 @@ public class AfterApprovingSynchronizeRule implements IRule<InvCountBillVO> { | |||
| 
 | ||||
|             // 初始化HTTP请求工具类 | ||||
|             IHttpPostOtherSys httpPostOtherSys = NCLocator.getInstance().lookup(IHttpPostOtherSys.class); | ||||
| 
 | ||||
|             // 处理每个盘点单 | ||||
|             for (InvCountBillVO invCountBillVO : invCountBillVOs) { | ||||
|                 InvCountHeaderVO hvo = invCountBillVO.getParentVO(); | ||||
|  |  | |||
|  | @ -1,11 +1,7 @@ | |||
| package nc.bs.ic; | ||||
| package nccloud.pubift.commen.impl.utils; | ||||
| 
 | ||||
| import com.alibaba.fastjson.JSONObject; | ||||
| import nc.IHttpPostOtherSys; | ||||
| import nc.hr.utils.PubEnv; | ||||
| import nc.itf.scmpub.reference.uap.para.SysParaInitQuery; | ||||
| import nc.pub.fa.common.util.StringUtils; | ||||
| import nc.vo.pubapp.pattern.exception.ExceptionUtils; | ||||
| import nccloud.pubift.commen.itf.utils.IHttpPostOtherSys; | ||||
| 
 | ||||
| import java.io.BufferedReader; | ||||
| import java.io.IOException; | ||||
|  | @ -1,4 +1,4 @@ | |||
| package nc; | ||||
| package nccloud.pubift.commen.itf.utils; | ||||
| 
 | ||||
| import com.alibaba.fastjson.JSONObject; | ||||
| 
 | ||||
		Loading…
	
		Reference in New Issue