Browse Source

项目统计指标开发

dev_kxc
zhuyulei 1 year ago
parent
commit
eb3feb0c3a
  1. 1
      jwtech-system/src/main/java/com/kms/common/api/CommonApi.java
  2. 2
      jwtech-system/src/main/resources/mapper/enterprise/BsSgcYxjdEnterpriseInfoMapper.xml

1
jwtech-system/src/main/java/com/kms/common/api/CommonApi.java

@ -240,7 +240,6 @@ public class CommonApi {
if (CollectionUtil.isNotEmpty(proList1)) {
return AjaxResult.error("该企业已绑定,不可重复绑定!");
}*/
List<BsSgcYxjdEnterpriseInfo> infos = new ArrayList<>();
for (String id : proNos) {
BsSgcYxjdEnterpriseInfo byId = bsSgcYxjdEnterpriseInfoService.getById(id);
byId.setBindStatus("1");

2
jwtech-system/src/main/resources/mapper/enterprise/BsSgcYxjdEnterpriseInfoMapper.xml

@ -129,7 +129,7 @@
and bind_status=#{bindStatus}
</if>
</where>
order by #{orderBy} desc
</select>

Loading…
Cancel
Save