丽知:1、钉钉拒审修改
This commit is contained in:
parent
7b35c0d20d
commit
4d41480853
|
@ -722,7 +722,7 @@ public class CallBackServiceImpl implements CallBackService {
|
||||||
map.put("usercode", OverallConstant.getOverAllValue("u8cApiUsercodeCode")); // 用户
|
map.put("usercode", OverallConstant.getOverAllValue("u8cApiUsercodeCode")); // 用户
|
||||||
map.put("password", OverallConstant.getOverAllValue("u8cApiPasswordCode")); // 密码,需要 MD5 加密后录入
|
map.put("password", OverallConstant.getOverAllValue("u8cApiPasswordCode")); // 密码,需要 MD5 加密后录入
|
||||||
map.put("system", OverallConstant.getOverAllValue("u8cApiSystemCode")); // 系统编码
|
map.put("system", OverallConstant.getOverAllValue("u8cApiSystemCode")); // 系统编码
|
||||||
map.put("custdevpclass", "nc.bs.ding.process.ProcessDingImpl"); //方法路径
|
map.put("custdevpclass", "u8c.api.dev.dingTalk.RefuseApprove"); //方法路径
|
||||||
|
|
||||||
//请求体
|
//请求体
|
||||||
Map<String, String> fileMap = new HashMap<>();
|
Map<String, String> fileMap = new HashMap<>();
|
||||||
|
|
|
@ -315,7 +315,6 @@
|
||||||
<if test="sfkr != null and sfkr != ''"> and SFKR = #{sfkr} </if>
|
<if test="sfkr != null and sfkr != ''"> and SFKR = #{sfkr} </if>
|
||||||
<if test="shkjnd != null and shkjnd != ''"> and SHKJND = #{shkjnd} </if>
|
<if test="shkjnd != null and shkjnd != ''"> and SHKJND = #{shkjnd} </if>
|
||||||
<if test="shkjqj != null and shkjqj != ''"> and SHKJQJ = #{shkjqj} </if>
|
<if test="shkjqj != null and shkjqj != ''"> and SHKJQJ = #{shkjqj} </if>
|
||||||
<if test="shr != null and shr != ''"> and SHR = #{shr} </if>
|
|
||||||
<if test="shrq != null and shrq != ''"> and SHRQ = #{shrq} </if>
|
<if test="shrq != null and shrq != ''"> and SHRQ = #{shrq} </if>
|
||||||
<if test="shzd != null and shzd != ''"> and SHZD = #{shzd} </if>
|
<if test="shzd != null and shzd != ''"> and SHZD = #{shzd} </if>
|
||||||
<if test="specflag != null and specflag != ''"> and SPECFLAG = #{specflag} </if>
|
<if test="specflag != null and specflag != ''"> and SPECFLAG = #{specflag} </if>
|
||||||
|
|
|
@ -465,6 +465,7 @@ public class RefundOnlyPluginInitializerToB extends PluginBaseEntity {
|
||||||
|
|
||||||
|
|
||||||
//没有sku编码的报错
|
//没有sku编码的报错
|
||||||
|
//20241127:没有sku编码的过滤
|
||||||
r1.clear();
|
r1.clear();
|
||||||
for (RerturnGoodsOrderSearchDetails logDetail : logDetails) {
|
for (RerturnGoodsOrderSearchDetails logDetail : logDetails) {
|
||||||
if(logDetail.getSkuCode()==null||"".equals(logDetail.getSkuCode())) {
|
if(logDetail.getSkuCode()==null||"".equals(logDetail.getSkuCode())) {
|
||||||
|
|
Loading…
Reference in New Issue