@@ -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);
}