Commit 6d10a8a1 authored by 刘林's avatar 刘林

fix(jg):【web端】监管业务>业务办理>新增启用登记,选择设备下次校验日期为当日时无法提交(附图)

parent a780de4f
...@@ -2608,7 +2608,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD ...@@ -2608,7 +2608,7 @@ public class JgUseRegistrationServiceImpl extends BaseService<JgUseRegistrationD
public List<Map<String, Object>> handleHistoryEquip(JSONObject map) { public List<Map<String, Object>> handleHistoryEquip(JSONObject map) {
try { try {
// 使用登记证编号 // 使用登记证编号
String useRegistrationCode = String.valueOf(map.get("useRegistrationCode")).trim(); String useRegistrationCode = String.valueOf(map.get("useOrgCode")).trim();
//校验使用登记证编号的唯一性 //校验使用登记证编号的唯一性
Boolean used = commonServiceImpl.useRegistrationCertificateAccountUnique(useRegistrationCode); Boolean used = commonServiceImpl.useRegistrationCertificateAccountUnique(useRegistrationCode);
if (used){ if (used){
......
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