|  | @ -102,8 +102,8 @@ public class YkyyController extends EnvelopRestEndpoint {
 | 
	
		
			
				|  |  |         JSONObject object = JSONObject.parseObject(json);
 | 
	
		
			
				|  |  |         if (table.equalsIgnoreCase("HLW_CF01")){
 | 
	
		
			
				|  |  |             HlwCf01DO hlwCf01VO =  JSONObject.toJavaObject(object,HlwCf01DO.class);
 | 
	
		
			
				|  |  |             String cfsbSql =" select dqz + 1 as total  from portal_his.gy_identity_ms@xec_link where bmc = 'MS_CF01'";
 | 
	
		
			
				|  |  |             String cfhmSql="select dqz + 1 as total  from portal_his.gy_identity_ms@xec_link where bmc = 'MS_CF01_CFHM'";
 | 
	
		
			
				|  |  |             String cfsbSql =" select dqz + 1 as \"total\"  from portal_his.gy_identity_ms@xec_link where bmc = 'MS_CF01'";
 | 
	
		
			
				|  |  |             String cfhmSql="select dqz + 1 as \"total\"  from portal_his.gy_identity_ms@xec_link where bmc = 'MS_CF01_CFHM'";
 | 
	
		
			
				|  |  |             List<Map<String,Object>> cfsbList = hibenateUtils.createSQLQuery(cfsbSql);
 | 
	
		
			
				|  |  |             List<Map<String,Object>> cfhmList = hibenateUtils.createSQLQuery(cfhmSql);
 | 
	
		
			
				|  |  |             Long cfsb = 0L;
 |