67132 待办中心,展示法规清单确认流程,类型改为法规清单发布。、66907 法规预警查询问题。
This commit is contained in:
+9
@@ -93,6 +93,15 @@ public class LawsWarnService {
|
|||||||
private IPhasedImplementationDetailsEOService phasedImplementationDetailsEOService;
|
private IPhasedImplementationDetailsEOService phasedImplementationDetailsEOService;
|
||||||
|
|
||||||
public IPage getInfoPage(Map<String, Object> parameter) {
|
public IPage getInfoPage(Map<String, Object> parameter) {
|
||||||
|
//处理法规预警模块预警时间查询条件 flag = 0(新车实施日期), flag = 1(在产车实施日期)
|
||||||
|
String flag = String.valueOf(parameter.get("flag"));
|
||||||
|
if(StringUtils.equals(flag,"0")){
|
||||||
|
parameter.put("xin1_che1_xing2_shi2_shi1_ri4_qi1",parameter.get("WarnTime"));
|
||||||
|
} else if(StringUtils.equals(flag,"1")){
|
||||||
|
parameter.put("implement_time",parameter.get("WarnTime"));
|
||||||
|
}
|
||||||
|
parameter.remove("WarnTime");
|
||||||
|
|
||||||
String cut = (String) parameter.get("cut");//中英文切换标识
|
String cut = (String) parameter.get("cut");//中英文切换标识
|
||||||
List<OnlCgformField> onlCgformFieldList = onlCgformFieldService.getFieldList(ModuleEnum.DOCUMENT_LIBRARY.getValue());
|
List<OnlCgformField> onlCgformFieldList = onlCgformFieldService.getFieldList(ModuleEnum.DOCUMENT_LIBRARY.getValue());
|
||||||
//查询的字段
|
//查询的字段
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ public enum FlowTypeEnum {
|
|||||||
YZFHXSCLC("4","验证符合性审查流程","YZFHXSCLC","验证符合性审查流程","yzfhxsclc","验证符合性确认","Verify conformance confirmation"),
|
YZFHXSCLC("4","验证符合性审查流程","YZFHXSCLC","验证符合性审查流程","yzfhxsclc","验证符合性确认","Verify conformance confirmation"),
|
||||||
FGYJSJLC("5","法规意见收集流程","FGYJSJLC","法规意见收集流程","fgyjsjlc","法规意见收集","Collection of Legislative Comments"),
|
FGYJSJLC("5","法规意见收集流程","FGYJSJLC","法规意见收集流程","fgyjsjlc","法规意见收集","Collection of Legislative Comments"),
|
||||||
FGJSPG("6","法规技术评估流程","FGJSPG","法规技术评估流程","fgjspglc","法规技术评估","Regulatory and technical assessment"),
|
FGJSPG("6","法规技术评估流程","FGJSPG","法规技术评估流程","fgjspglc","法规技术评估","Regulatory and technical assessment"),
|
||||||
QDQR("10","清单确认","QDQR","清单确认流程","qdqr","法规清单确认","Regulation list confirmation"),
|
QDQR("10","清单确认","QDQR","清单确认流程","qdqr","法规清单发布","Release of regulatory list"),
|
||||||
CERTIFICATION_LC("21","认证流程","CERTIFICATION_LC","认证流程","certification_lc","Pre-Homo流程","Pre-Homo flow"),
|
CERTIFICATION_LC("21","认证流程","CERTIFICATION_LC","认证流程","certification_lc","Pre-Homo流程","Pre-Homo flow"),
|
||||||
;
|
;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user