Merge remote-tracking branch 'origin/fix_foton_20230613' into fix_foton_20230613
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@ public interface SarBussionessStandDao extends BaseMapper<SarBussionessStand> {
|
||||
|
||||
SarBussionessStand selectByReplaceStandNum(String standCode);
|
||||
|
||||
@Select("select * from sar_bussioness_stand where TEXT_STATUS_BUSS is not null")
|
||||
@Select("select * from sar_bussioness_stand where VALID_FLAG = 0 and TEXT_STATUS_BUSS is not null")
|
||||
List<SarBussionessStand> selectAllStandStatus();
|
||||
|
||||
String selectMaxStandSn(String standSort);
|
||||
|
||||
Reference in New Issue
Block a user