|
|
|
@ -19,12 +19,12 @@ namespace BO.Utils.BillRpc |
|
|
|
return serializer.Deserialize<List<HouseAndSanctionList>>(json); |
|
|
|
} |
|
|
|
|
|
|
|
public static void UpdateInsertHouseAndSanction(HouseAndSanctionEdit bo) |
|
|
|
public static bool UpdateInsertHouseAndSanction(HouseAndSanctionEdit bo) |
|
|
|
{ |
|
|
|
const string method = "/MainSystem/B3ClientService/Rpcs/BillRpc/HouseAndSanctionRpc/UpdateInsertHouseAndSanction"; |
|
|
|
bo.Inspector_ID = ButcherAppContext.Context.UserConfig.Employee_ID; |
|
|
|
bo.Inspector_Name = ButcherAppContext.Context.UserConfig.Employee_Name; |
|
|
|
RpcFacade.Call<int>(method, serializer.Serialize(bo)); |
|
|
|
return RpcFacade.Call<bool>(method, serializer.Serialize(bo)); |
|
|
|
} |
|
|
|
|
|
|
|
public static int GetDetailTotalNumber(DateTime date) |
|
|
|
|