国际采购计量

This commit is contained in:
2026-03-10 14:08:15 +08:00
parent 7aafab1360
commit 217873ee16
2 changed files with 10 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import com.xjrsoft.module.ship.vo.LngShipScheduleVo;
public interface LngMeaPurIntMapper extends BaseMapper<LngMeaPurInt> {
@Select("SELECT mpi.*,k.k_name,k.K_no,NVL(com.short_name,com.name) AS com_name ,"
+ " opi.ss_no,opi.su_code,opi.su_name,"
+ " opi.ss_no,opi.su_code,opi.su_name,opi.date_eta as dateEta,"
+ " sl.full_name AS sta_name, dd_m.name AS ss_type_name"
+ " FROM lng_mea_pur_int mpi "
+ " LEFT JOIN lng_ops_pur_int opi ON opi.id=mpi.ops_id "