Browse Source

落地产地检都能申请补贴

Newspaper 2 năm trước cách đây
mục cha
commit
d191bed253

+ 1 - 1
admin/src/main/java/com/huimv/farm/damsubsidy/service/impl/BillSubsidyServiceImpl.java

@@ -316,7 +316,7 @@ public class BillSubsidyServiceImpl extends ServiceImpl<BillSubsidyMapper, BillS
 
         BillLandingInspection billLandingInspection = billLandingInspectionMapper.selectOne(new QueryWrapper<BillLandingInspection>()
                 .eq("inspection_num", billSubsidy.getInspectionNum())
-                .ne("inspection_type",0)
+//                .ne("inspection_type",0)
                 .eq("inspection_sch",4));
         Integer userType = sysUserMapper.selectOne(new QueryWrapper<SysUser>().eq("id", billLandingInspection.getCreateUser())).getUserType();