丽知:1、钉钉拒审修改

This commit is contained in:
zhengyf 2024-11-27 16:24:55 +08:00
parent 7b35c0d20d
commit 4d41480853
3 changed files with 2 additions and 2 deletions

View File

@ -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<>();

View File

@ -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>

View File

@ -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())) {