双中心修改
This commit is contained in:
		
							parent
							
								
									3fade2df24
								
							
						
					
					
						commit
						abdd7664d4
					
				| @ -166,10 +166,10 @@ export async function getDataBaseTable(params, reqParam) { | ||||
|     } | ||||
|     if (params.tableName == 'MA_SYSSET') { | ||||
|       res.body[params.tableName] = res.body[params.tableName].filter(res => { | ||||
|         return res['v_no'] >= 300 && res['v_no'] <= 700 | ||||
|         return res['v_no'] < 300 || res['v_no'] > 700 | ||||
|       }) | ||||
|     } | ||||
|     sqlInsertCommonFn(param.tableName, res.body[params.tableName]).then((val) => { | ||||
|     sqlInsertCommonFn(param.tableName, res.body[params.tableName],reqParam.context).then((val) => { | ||||
|       reslove(val) | ||||
|     }) | ||||
|   }) | ||||
| @ -245,7 +245,7 @@ export async function getMySystemSetTable(params, reqParam) { | ||||
|       } | ||||
|       if (params.tableName == 'MA_SYSSET') { | ||||
|         res.body[params.tableName] = res.body[params.tableName].filter(res => { | ||||
|           return res['v_no'] < 300 || res['v_no'] > 700 | ||||
|           return res['v_no'] >= 300 && res['v_no'] <= 700 | ||||
|         }) | ||||
|       } | ||||
|       sqlInsertCommonFn(params.tableName, res.body[params.tableName], reqParam.context, false).then((result) => { | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user