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

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

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

Loading…
Cancel
Save