导出二维码

This commit is contained in:
韩国东 2023-03-31 15:52:51 +08:00
parent 7bf8ace5d9
commit 0d15212530
2 changed files with 1 additions and 4 deletions

View File

@ -1317,9 +1317,7 @@
left join SysOrg so on se.community_code = so.OrgCode
WHERE se.State='启用'
AND se.`EntName` != '' AND se.EntName IS NOT NULL
AND (se.`OrgCode` = #{areaCode}
OR se.`street_code` = #{areaCode}
OR se.`community_code` = #{areaCode})
AND FIND_IN_SET(#{areaCode},se.area_path)
</select>

View File

@ -662,7 +662,6 @@ public class PcCompanyController extends com.rzyc.controller.BaseController {
return singleResult;
}
getEntAreaCode(sysEnterpriseDo.getAreaCode(),sysEnterprise);
sysEnterprise.setCreatedon(new Date());