Răsfoiți Sursa

系统自动审批加入签名

wangliang 1 an în urmă
părinte
comite
c9988fed0f

+ 4 - 0
sop-business/src/main/java/com/qmth/sop/business/service/impl/TBSopInfoServiceImpl.java

@@ -528,6 +528,10 @@ public class TBSopInfoServiceImpl extends ServiceImpl<TBSopInfoMapper, TBSopInfo
                         JSONObject jsonObject = new JSONObject();
                         jsonObject.put("value", SystemConstant.SYSTEM_AUTO_APPROVE);
                         f.setValue(jsonObject.toString());
+                    } else if (f.getFormId().contains(SystemConstant.SIGN_REGION)) {
+                        JSONObject jsonObject = new JSONObject();
+                        jsonObject.put("value", "http://qmth-test.oss-cn-shenzhen.aliyuncs.com/frontend/wx_logo.png");
+                        f.setValue(jsonObject.toString());
                     }
                 }
             }