fix(任务转交): 81351
This commit is contained in:
+4
-3
@@ -25,6 +25,7 @@ import com.jero.modules.laws.home.service.ILawsHomeSearchService;
|
||||
import com.jero.modules.laws.standard.entity.LawsDomesticStandard;
|
||||
import com.jero.modules.laws.standard.service.ILawsDomesticStandardService;
|
||||
import com.jero.modules.laws.standard.service.ILawsReplacedStandardService;
|
||||
import com.jero.modules.laws.standardization.common.LawsStandardizationCommon;
|
||||
import com.jero.modules.laws.standardization.entity.LawsStandardization;
|
||||
import com.jero.modules.laws.standardization.service.ILawsStandardizationService;
|
||||
import com.jero.modules.oss.entity.OSSFile;
|
||||
@@ -159,7 +160,7 @@ public class LawsAsmsOpenApiServiceImpl extends ServiceImpl<LawsAsmsOpenApiMappe
|
||||
*/
|
||||
@Override
|
||||
public void editById(LawsAsmsOpenApi lawsAsmsOpenApi) {
|
||||
saveOrUpdate(lawsAsmsOpenApi);
|
||||
saveOrUpdate(lawsAsmsOpenApi);
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -309,7 +310,7 @@ public class LawsAsmsOpenApiServiceImpl extends ServiceImpl<LawsAsmsOpenApiMappe
|
||||
|
||||
mapList.forEach(eMap -> {
|
||||
LawsStandardization lawsStandardization = new LawsStandardization();
|
||||
lawsStandardization.setStandardizationType("分标委");
|
||||
lawsStandardization.setStandardizationType(LawsStandardizationCommon.FBW);
|
||||
lawsStandardization.setPid(parentId);
|
||||
eMap.forEach((k,v) -> {
|
||||
if ("code".equals(k)) {
|
||||
@@ -495,7 +496,7 @@ public class LawsAsmsOpenApiServiceImpl extends ServiceImpl<LawsAsmsOpenApiMappe
|
||||
// 代替标准号
|
||||
lawsReplacedStandardService.addRelation(lawsAsmsDomestic.getReplaceCode(), lawsAsmsDomestic.getCode(), 1);
|
||||
// 标准性质
|
||||
/*itemValues = getItemValues(lawsAsmsDomestic.getStandardNature(),
|
||||
/*itemValues = getItemValues(lawsAsmsDomestic.getStandardNature(),
|
||||
"1695010513489833985", sysDictItemList);*/
|
||||
lawsDomesticStandard.setStandardProperty("SN002");
|
||||
// 标准状态
|
||||
|
||||
Reference in New Issue
Block a user