parent
							
								
									fa00b7649c
								
							
						
					
					
						commit
						842cf6c94e
					
				|  | @ -118,7 +118,7 @@ public class PayApplySaveOperation extends AbstractOperationServicePlugIn implem | |||
|             Long shjhBizbigid = shjhBizbig.getLong("id"); | ||||
|             QFilter q1 = new QFilter("shjh_bizbig.fbasedataid", QCP.equals, shjhBizbigid);//包含业务大类 | ||||
|             QFilter q2 = new QFilter("shjh_bizbig.fbasedataid", QCP.equals, null); | ||||
|             QFilter q3 = new QFilter("shjh_bbhywdl.fbasedataid", QCP.equals, shjhBizbigid);//不包含业务大类 | ||||
|             QFilter q3 = new QFilter("shjh_bbhywdl.fbasedataid", QCP.not_equals, shjhBizbigid);//不包含业务大类 | ||||
|             QFilter q4 = new QFilter("shjh_bbhywdl.fbasedataid", QCP.equals, null); | ||||
|             qFilter = qFilter.and(q1.or(q2)).and(q3.or(q4)); | ||||
|         }else { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue