Commit 1f7be4a8 authored by 刘林's avatar 刘林

fix(JG):使用标志套打

parent 7e2f7770
...@@ -1000,7 +1000,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD ...@@ -1000,7 +1000,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
commonService.useFlagGenerate(this.buildUseFlagParamDto(useRegistration, registerInfo, factoryInfo, exportParamsMap), response); commonService.useFlagGenerate(this.buildUseFlagParamDto(useRegistration, registerInfo, factoryInfo, exportParamsMap), response);
} else if ("3".equals(printType)) { } else if ("3".equals(printType)) {
// 使用标志套打 // 使用标志套打
log.info("套打待开发"); commonService.fightUseFlagGenerate(this.buildUseFlagParamDto(useRegistration, registerInfo, factoryInfo, exportParamsMap), response);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment