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