Просмотр исходного кода

1.添加协议调度功能实现,添加协议调度的添加规则表以及记录表,添加规则验证的逻辑
2.添加前台页面返回所有协议添加默认值
3.前台报价默认值走协议调度的判断逻辑
4.添加协议规则验证的记录表添加验证记录方便排查问题

hxl13994548489 2 лет назад
Родитель
Сommit
97ba10e46a

+ 0 - 3
src/main/java/com/ydtech/modules/protocol/service/impl/PtlTaxSourceServiceImpl.java

@@ -35,7 +35,6 @@ import com.ydtech.modules.protocols.service.PtlAgreementDispatchRulesAttrLinkSer
 import com.ydtech.modules.protocols.service.PtlAgreementDispatchRulesAttrService;
 import com.ydtech.utils.idgen.IdGenerate;
 import org.apache.commons.lang3.StringUtils;
-import org.jetbrains.annotations.NotNull;
 import org.springframework.beans.BeanUtils;
 import org.springframework.beans.factory.annotation.Autowired;
 import org.springframework.stereotype.Service;
@@ -651,7 +650,6 @@ public class PtlTaxSourceServiceImpl extends ServiceImpl<PtlTaxSourceNewMapper,
      *  @Date: 2024/5/28 11:51
      *  @Description: 根据code获取名称值
      */
-    @NotNull
     private static String getPtlAgreementDispatchRulesAttr(List<PtlAgreementDispatchRulesAttr> dispatchRulesAttrList, String code,String
         val) {
         String val_new="";
@@ -673,7 +671,6 @@ public class PtlTaxSourceServiceImpl extends ServiceImpl<PtlTaxSourceNewMapper,
      *  @Date: 2024/5/28 9:12
      *  @Description: 前台信息拼接
      */
-    @NotNull
     private static String getString(String allMag, String val1,String val2,String val3,String val4,String val5,String val6,String val7,String val8) {
         String msg="";
         allMag += getAllString(msg, val1,DispatchTypeConstants.DISPATCH_TYPE_CONSTANTS_1.getCode());