|
@@ -224,7 +224,7 @@ public interface DrgDipDao {
|
|
|
int selectInHospCount(String patNo, int times);
|
|
|
|
|
|
@Select("select " +
|
|
|
- "cast(cast(order_no as decimal) as varchar) as mdclAdviceId, " +
|
|
|
+ "cast(cast(act_order_no as decimal) as varchar) as mdclAdviceId, " +
|
|
|
"mdclAdviceType=case when frequ_code='ALWAYS' then '00' else '10' end, " +
|
|
|
"rtrim(order_code) as mdclAdviceCode, " +
|
|
|
"mdclAdviceSource=case when order_code='06054' then '3' else " +
|