企标高级查询
This commit is contained in:
@@ -85,9 +85,8 @@ public class SarAdvanceSearchUtil {
|
||||
* @param searchVOList
|
||||
* @return
|
||||
*/
|
||||
public static String createStandSql(List<SarAdvanceSearchVO> searchVOList) {
|
||||
public static String createStandSql(List<SarAdvanceSearchVO> searchVOList,String tableName) {
|
||||
String sqlInfo = "";
|
||||
String tableName="SAR_STAND_ATTR_INFO.";
|
||||
StringBuilder sqlBuilder = new StringBuilder();
|
||||
if (searchVOList != null && !searchVOList.isEmpty()) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user