|
@@ -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();
|
|
|
|