|
@@ -66,7 +66,7 @@ public interface SiQueryDao {
|
|
|
*
|
|
|
* @param psnBaseinfo 个人基本信息
|
|
|
*/
|
|
|
- @Update("update t_si_pat_info set age=#{age}, med_type=#{medType} where pat_no=#{patNo} " +
|
|
|
+ @Update("update t_si_pat_info set psn_no=#{psnNo}, age=#{age}, med_type=#{medType} where pat_no=#{patNo} " +
|
|
|
"and times=#{times} and ledger_sn=#{ledgerSn}")
|
|
|
void updateSiZyInfoPsnNo(PsnBaseInfo psnBaseinfo);
|
|
|
|