赵文轩
2024-06-07 b2c12f7ca8f90c415c78a22e5674616f378a4aa5
ltkj-admin/src/main/java/com/ltkj/web/controller/his/HisApiMethodService.java
@@ -54,9 +54,9 @@
    public AjaxResult Outpincreateapply (TjCustomer customer) {
        Map<String, Object> map = new HashMap<> ();
        if (null != customer.getPationId () && !customer.getPationId().equals("0")) {
            map.put ("pationid", customer.getPationId ());
            map.put ("Pationid", customer.getPationId ());
        } else {
            map.put ("pationid", null);
            map.put ("Pationid", null);
        }
        map.put ("brxm", customer.getCusName ());
        map.put ("brxb", customer.getCusSex ());