ソースを参照

修复"药食同源"bug

cgp 1 日 前
コミット
fdf807da1d

+ 1 - 1
fs-service/src/main/java/com/fs/his/service/impl/FsPrescribeDataScrmServiceImpl.java

@@ -544,7 +544,7 @@ public class FsPrescribeDataScrmServiceImpl implements IFsPrescribeDataScrmServi
     /**
      * 统一更新客户信息表流程状态
      */
-    private void updateCustomerStatus(Long prescribeId, Integer status) {
+    public void updateCustomerStatus(Long prescribeId, Integer status) {
         companyCustomerMapper.updateProcessStatusByPrescribeId(prescribeId, status);
     }